From 1313b23ec36d94d1262842fe6192e4f64ac743f6 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Tue, 6 Aug 2019 18:00:24 +0100 Subject: [PATCH] Update README.contrib to reference GitHub (#383) --- README.contrib | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.contrib b/README.contrib index 17ac821ac..8a0ed0249 100644 --- a/README.contrib +++ b/README.contrib @@ -1,5 +1,5 @@ If you're interested in contributing to this program, here are some -guidelines. Mail patches to gpsbabel-code@lists.sourceforge.net for +guidelines. Submit pull requests to https://github.com/gpsbabel/gpsbabel for consideration and integration. Rules to Live By @@ -54,11 +54,10 @@ The corresponding astyle settings for this are provided in our source tree in the file named 'astylerc' -Submitting Patches ------------------- +Submitting Code +--------------- -If you are creating a new target you should submit patches (use -"svn diff" to create patches) to the following files: +If you are creating a new target your work should include the following files: * Yourcode.c and/or Yourcode.h - this is the code required to do your conversions and any support files that your code requires. * vecs.c - an updated vecs.c file implementing your conversion code into @@ -72,8 +71,8 @@ If you are creating a new target you should submit patches (use * Documentation - see below. Please ensure that you are building and testing against the latest code -from the top of the SVN tree and that any code you modify is the latest -version from the SVN - Note: code changes sometimes occur frequently! +from the master branch of the Git repository - Note: code changes sometimes +occur frequently! Documentation ------------- -- 2.30.2